* @display: a #GdkDisplay
* @screen: (allow-none): location to store the screen that the
* cursor is on, or %NULL.
- * @x: (allow-none): (out): location to store root window X coordinate of pointer, or %NULL.
- * @y: (allow-none): (out): location to store root window Y coordinate of pointer, or %NULL.
- * @mask: (allow-none): (out): location to store current modifier mask, or %NULL
+ * @x: (out) (allow-none): location to store root window X coordinate of pointer, or %NULL.
+ * @y: (out) (allow-none): location to store root window Y coordinate of pointer, or %NULL.
+ * @mask: (out) (allow-none): location to store current modifier mask, or %NULL
*
* Gets the current location of the pointer and the current modifier
* mask for a given display.
/**
* gdk_drawable_get_size:
* @drawable: a #GdkDrawable
- * @width: (allow-none): (out): location to store drawable's width, or %NULL
- * @height: (allow-none): (out): location to store drawable's height, or %NULL
+ * @width: (out) (allow-none): location to store drawable's width, or %NULL
+ * @height: (out) (allow-none): location to store drawable's height, or %NULL
*
* Fills *@width and *@height with the size of @drawable.
* @width or @height can be %NULL if you only want the other one.
/**
* gtk_table_get_size:
* @table: a #GtkTable
- * @rows: (allow-none): (out): return location for the number of
+ * @rows: (out) (allow-none): return location for the number of
* rows, or %NULL
- * @columns: (allow-none): (out): return location for the number
+ * @columns: (out) (allow-none): return location for the number
* of columns, or %NULL
*
* Returns the number of rows and columns in the table.
/**
* gtk_widget_get_size_request:
* @widget: a #GtkWidget
- * @width: (allow-none): (out): return location for width, or %NULL
- * @height: (allow-none): (out): return location for height, or %NULL
+ * @width: (out) (allow-none): return location for width, or %NULL
+ * @height: (out) (allow-none): return location for height, or %NULL
*
* Gets the size request that was explicitly set for the widget using
* gtk_widget_set_size_request(). A value of -1 stored in @width or
/**
* gtk_window_get_size:
* @window: a #GtkWindow
- * @width: (allow-none): (out): return location for width, or %NULL
- * @height: (allow-none): (out): return location for height, or %NULL
+ * @width: (out) (allow-none): return location for width, or %NULL
+ * @height: (out) (allow-none): return location for height, or %NULL
*
* Obtains the current size of @window. If @window is not onscreen,
* it returns the size GTK+ will suggest to the <link
/**
* gtk_window_get_frame_dimensions:
* @window: a #GtkWindow
- * @left: (allow-none) (out): location to store the width of the frame at the left, or %NULL
- * @top: (allow-none) (out): location to store the height of the frame at the top, or %NULL
- * @right: (allow-none) (out): location to store the width of the frame at the returns, or %NULL
- * @bottom: (allow-none) (out): location to store the height of the frame at the bottom, or %NULL
+ * @left: (out) (allow-none): location to store the width of the frame at the left, or %NULL
+ * @top: (out) (allow-none): location to store the height of the frame at the top, or %NULL
+ * @right: (out) (allow-none): location to store the width of the frame at the returns, or %NULL
+ * @bottom: (out) (allow-none): location to store the height of the frame at the bottom, or %NULL
*
* (Note: this is a special-purpose function intended for the
* framebuffer port; see gtk_window_set_has_frame(). It will not